home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / guvenlik / syslinux-3.07.exe / memdisk / version.h < prev   
Encoding:
C/C++ Source or Header  |  2005-01-03  |  801 b   |  27 lines

  1. #ident "$Id: version.h,v 1.5 2005/01/03 08:31:59 hpa Exp $"
  2. /* ----------------------------------------------------------------------- *
  3.  *   
  4.  *   Copyright 2002 H. Peter Anvin - All Rights Reserved
  5.  *
  6.  *   This program is free software; you can redistribute it and/or modify
  7.  *   it under the terms of the GNU General Public License as published by
  8.  *   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
  9.  *   Boston MA 02111-1307, USA; either version 2 of the License, or
  10.  *   (at your option) any later version; incorporated herein by reference.
  11.  *
  12.  * ----------------------------------------------------------------------- */
  13.  
  14. /*
  15.  * version.h
  16.  *
  17.  * MEMDISK version data
  18.  */
  19.  
  20. #ifndef MEMDISK_VERSION_H
  21. #define MEMDISK_VERSION_H
  22.  
  23. #define FIRSTYEAR "2001"
  24. #define COPYYEAR  "2005"
  25.  
  26. #endif
  27.